runtime.guintptr.cas (method)

5 uses

	runtime (current package)
		proc.go#L6207: 		if !pp.runnext.cas(oldnext, guintptr(unsafe.Pointer(gp))) {
		proc.go#L6317: 	if next != 0 && pp.runnext.cas(next, 0) {
		proc.go#L6338: 	if oldNext != 0 && pp.runnext.cas(oldNext, 0) {
		proc.go#L6407: 					if !pp.runnext.cas(next, 0) {
		runtime2.go#L271: func (gp *guintptr) cas(old, new guintptr) bool {